/**** Calcule sur une base de 360px ****/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.deep_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffeff3;
}

/********* ARTICLE DEEP TISSUE **********/

.article_deep {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11.1vw;
    padding: 30vw 0 30vw 0
}

.titre_article_deep {
    width: 80vw;
    height: 11.7vw;
    text-align: center;
}

.titre_article_deep h1 {
    font-size: 8.9vw;
    font-weight: 400;
    color: #b36e7a;
    font-family: sans-serif;
}

/********* PARTIE 1 **********/

.partie1_deep {
    width: 90vw;
    height: 315vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10vw
}

.img1_deep {
    width: 56.9vw;
    height: auto;
    box-shadow: 5vw 3.5vw 0 #b36e7a;
}

.quoi_deep {
    width:83.3vw;
    height: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.quoi_deep h3 {
    font-size: 4.2vw;
    font-family: sans-serif;
    line-height: 1.4;
}

.quoi_deep p {
    font-size: 4.2vw;
    font-family: sans-serif;
    line-height: 1.4;
}

/********* PARTIE 2 **********/

.partie2_deep {
    width: 83.3vw;
    height: 130vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.partie2_deep h3 {
    width: 77vw;
    font-size: 4.2vw;
    line-height: 1.4;
    font-family: sans-serif;
    align-self: flex-start;
}

.partie2_deep ul {
    width: 72vw;
    height: 120vw;
    font-size: 4.2vw;
    line-height: 1.4;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 6vw;
}

/********* PARTIE 3 **********/

.partie3_deep {
    background-color: #b36e7a;
    width: 85vw;
    height: 165vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 18vw;
    position: relative
}

.img2_deep {
    width: 56.9vw;
    height: auto;
    position: absolute;
    top: -17vw;
    left: 4vw
}

.technique_deep {
    width: 70vw;
    height: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;
    bottom: 7.2vw
}

.technique_deep h3 {
    font-size: 4.2vw;
    line-height: 1.4;
    font-family: sans-serif;
    color: #ffeff3;
    align-self: flex-start;
}

.technique_deep ul {
    height: 110vw;
    font-size: 4.2vw;
    line-height: 1.4;
    color: #ffeff3;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 6vw;
}

/********* PARTIE 4 **********/

.partie4_deep {
    width:83.3vw;
    height: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.partie4_deep h3 {
    font-size: 4.2vw;
    font-family: sans-serif;
    line-height: 1.4;
}

.partie4_deep p {
    font-size: 4.2vw;
    font-family: sans-serif;
    line-height: 1.4;
}


/********* PARTIE 5 **********/

.partie5_deep {
    width: 83.3vw;
    height: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.partie5_deep h3 {
    width: 77vw;
    font-size: 4.2vw;
    line-height: 1.4;
    font-family: sans-serif;
    align-self: flex-start;
}

.partie5_deep ul {
    width: 72vw;
    height: 95vw;
    font-size: 4.2vw;
    line-height: 1.4;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 6vw;
}

/********** BOUTON TARIF *********/

.button_tarif {
    width: 45.8vw;
    height: 6.4vw;
    border: 0vw;
    background-color: #6b1e3b;
    border-radius: 13.9vw;
    font-size: 2.6vw;
    font-family: sans-serif;
    color: #ffeff3;
}